home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / dfix12.zip / DFIX.DOC < prev    next >
Text File  |  1991-05-08  |  2KB  |  56 lines

  1.  
  2. DFIX Copyright (C) 1985, 1986  Howard Rumsey Jr.
  3.  
  4. DFIX disk fix utility. Reads the whole DOS partion on a disk (floppy,
  5. hard disk, ramdisk) and, if directed, marks bad clusters in the FAT(s).
  6.  
  7. Usage:
  8.     dfix [d:]
  9.  
  10.     d: is an optional device specifier. If not specified DFIX will
  11.         use the default device.
  12.  
  13. If DFIX finds a bad cluster already allocated to a file, this will
  14. be reported and no further action taken.  If DFIX finds an unallocated
  15. cluster, DFIX marks its local copy of the FAT. At the end of the testing
  16. the user is asked if he wishes to permanently mark the cluster as BAD.
  17.  
  18.  
  19. DFIX is a substitute for the disktest program included with Version 3
  20. of The Norton Utilities (tm). The Norton package contains many other
  21. useful tools. I wrote this program and am placing it in public domain
  22. because of its (sometimes) critical value.
  23.  
  24. This program may be freely copied and used for any non-commercial
  25. purpose.
  26.  
  27.             Howard Rumsey
  28.             Caltech
  29.             Pasadena, CA 91125
  30.  
  31.             CompuServe [72426,3722]
  32.             December 10, 1986
  33.  
  34. v1.2 Toad Hall Tweak, 7 May 91
  35. Slight touches for Turbo C compile.
  36. Reformatted to a "normal" indentation, etc., ala K&R.
  37. No functional changes.
  38.  
  39. Works fine on my good old Seagate 20 megger, no promises
  40. for any of those big suckers, non-MFM drives, etc.
  41.  
  42. Oh .. you'd better use the TCCONFIG.TC I'm including in the
  43. package.  The main reason:  byte vs. word alignment.  If you
  44. use word alignment, the structure comes out wrong!  Trust me!
  45. Or, under TC's options, just set the compiler data alignment
  46. to "byte" rather than word.  Suit yourself.
  47.  
  48. I don't quite understand how an author can give a program
  49. to the public domain, yet maintain copyrights and distribution
  50. restrictions .. sigh .. guess the "Public Domain" definition
  51. has changed somewhat.
  52.  
  53. David Kirschbaum
  54. Toad Hall
  55. kirsch%maxemail@uunet.uu.net
  56.